/
/ $Header: README.txt 30-jan-2007.17:12:15 rkothuri Exp $
/
/ README.txt
/
/ Copyright (c) 2007, Oracle. All Rights Reserved.
/
/   NAME
/     README.txt - <one-line expansion of the name>
/
/   DESCRIPTION
/     <short description of component this file declares/defines>
/
/   NOTES
/     <other useful comments, qualifications, etc.>
/
/   MODIFIED   (MM/DD/YY)
/   rkothuri    01/30/07 - TIN README
/   rkothuri    01/30/07 - Creation
/


tin.sql: This script demonstrates how to create a TIN from a set of point
         in a table called INPTAB.  Typical sequence of operations for 
         operating on TIN are as follows:
    
    1. Initialize TIN object using the SDO_TIN_PKG.INIT function. 
    2. Create the TIN, using the SDO_TIN_PKG.CREATE_TIN procedure.
    3. As needed for queries, clip the TIN, using the SDO_TIN_PKG.CLIP_TIN
       function.
    4. If necessary, use the SDO_TIN_PKG.TO_GEOMETRY function (for example,
       to convert the result of a clip operation into a single 
       SDO_GEOMETRY object). 


    
